home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / f90 / floating.z / floating
Encoding:
Text File  |  1998-10-30  |  3.1 KB  |  133 lines

  1.  
  2.  
  3.  
  4. FFFFLLLLOOOOAAAATTTTIIIINNNNGGGG((((3333FFFF))))                                                      FFFFLLLLOOOOAAAATTTTIIIINNNNGGGG((((3333FFFF))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      - return scalar values associated with the argument derived from the
  10.      model of floating point data.
  11.  
  12. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.      eeeexxxxppppoooonnnneeeennnntttt ((((xxxx))))
  14.      ffffrrrraaaaccccttttiiiioooonnnn ((((xxxx))))
  15.      nnnneeeeaaaarrrreeeesssstttt ((((xxxx,,,,ssss))))
  16.      rrrrrrrrssssppppaaaacccciiiinnnngggg ((((xxxx))))
  17.      ssssccccaaaalllleeee ((((xxxx,,,,iiii))))
  18.      sssseeeetttt____eeeexxxxppppoooonnnneeeennnntttt ((((xxxx,,,,iiii))))
  19.      ssssppppaaaacccciiiinnnngggg ((((xxxx))))
  20.  
  21. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  22.      These Fortran 90 inquiry functions return scalar values which describe
  23.      the value of _x as components of the model of floating point data. The
  24.      model for real x is defined by section 13.71.1 of the Fortran standard.
  25.      In each case the argument _x is of type real and with the exception of
  26.      _e_x_p_o_n_e_n_t the type and kind type parameter of each result is the same as
  27.      _x.
  28.  
  29.      The _e_x_p_o_n_e_n_t function returns an integer of default type equal to the
  30.      base two exponent (e) of _x if the argument is non-zero. If zero, the
  31.      result is zero.
  32.  
  33.      The _f_r_a_c_t_i_o_n function returns the fractional part ( _X * 2 ** (-e)) of _x
  34.      if the argument is non-zero. If zero, the result is zero.
  35.  
  36.      The _n_e_a_r_e_s_t function returns the nearest representable number to _x in the
  37.      direction of infinity and with the same sign as _s.  _s is also of type
  38.      real.
  39.  
  40.      The _r_r_s_p_a_c_i_n_g function returns the reciprocal of the relative spacing of
  41.      numbers near _x.
  42.  
  43.      The _s_c_a_l_e function returns _x * ( 2 ** _i )
  44.  
  45.      The _s_e_t__e_x_p_o_n_e_n_t function returns the number whose fractional part is the
  46.      fractional part of _x and whose exponent part is _i , if this result is
  47.      within range. That is the result is _x * (2 ** ( _i - e )).  If _x is zero,
  48.      the result is zero.
  49.  
  50.      The _s_p_a_c_i_n_g function returns the absolute spacing of numbers near _x.
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. FFFFLLLLOOOOAAAATTTTIIIINNNNGGGG((((3333FFFF))))                                                      FFFFLLLLOOOOAAAATTTTIIIINNNNGGGG((((3333FFFF))))
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.                                                                         PPPPaaaaggggeeee 2222
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.